SciChart.Charting Assembly > SciChart.Charting.Visuals.RenderableSeries.DrawingProviders Namespace > PointMarkerDrawingProvider<TPointSeries> Class > PointMarkerDrawingProvider<TPointSeries> Constructor : PointMarkerDrawingProvider<TPointSeries> Constructor(IRenderableSeries,Expression<Func<TPointSeries,Values<Double>>>)
The SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries derived type that we are drawing point markers for.
The expression that returns an array to collect Y values from.
PointMarkerDrawingProvider<TPointSeries> Constructor(IRenderableSeries,Expression<Func<TPointSeries,Values<Double>>>)
Initializes a new instance of the PointMarkerDrawingProvider class.
Syntax

Parameters

renderableSeries
The SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries derived type that we are drawing point markers for.
yValuesSelector
The expression that returns an array to collect Y values from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also